home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / syscall / sun3.md / RCS / netStubs.s,v < prev    next >
Encoding:
Text File  |  1992-06-16  |  2.0 KB  |  96 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.3
  10. date     92.06.16.11.54.19;  author jhh;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     88.07.14.17.38.21;  author mendel;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     88.06.19.14.30.01;  author ouster;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @@
  27.  
  28.  
  29. 1.3
  30. log
  31. @added SYS_NET_GET_ROUTES and SYS_NET_DELETE_ROUTE
  32. @
  33. text
  34. @/*
  35.  *
  36.  * netStubs.s --
  37.  *
  38.  *     Stubs for the Net_ system calls.
  39.  *
  40.  * Copyright 1966, 1988 Regents of the University of California
  41.  * Permission to use, copy, modify, and distribute this
  42.  * software and its documentation for any purpose and without
  43.  * fee is hereby granted, provided that the above copyright
  44.  * notice appear in all copies.  The University of California
  45.  * makes no representations about the suitability of this
  46.  * software for any purpose.  It is provided "as is" without
  47.  * express or implied warranty.
  48.  *
  49.  * rcs = $Header: netStubs.s,v 1.2 88/07/14 17:38:21 mendel Exp $ SPRITE (Berkeley)
  50.  *
  51.  */
  52.  
  53. #include "userSysCallInt.h"
  54. SYS_CALL(Net_InstallRoute, SYS_NET_INSTALL_ROUTE)
  55. SYS_CALL(Net_GetRoutes, SYS_NET_GET_ROUTES)
  56. SYS_CALL(Net_DeleteRoute, SYS_NET_DELETE_ROUTE)
  57. @
  58.  
  59.  
  60. 1.2
  61. log
  62. @Changed comment characters from |* to /* */.
  63. @
  64. text
  65. @d16 1
  66. a16 1
  67.  * rcs = $Header: netStubs.s,v 1.1 88/06/19 14:30:01 ouster Exp $ SPRITE (Berkeley)
  68. d22 2
  69. @
  70.  
  71.  
  72. 1.1
  73. log
  74. @Initial revision
  75. @
  76. text
  77. @d1 18
  78. a18 16
  79. |*
  80. |* netStubs.s --
  81. |*
  82. |*     Stubs for the Net_ system calls.
  83. |*
  84. |* Copyright 1966, 1988 Regents of the University of California
  85. |* Permission to use, copy, modify, and distribute this
  86. |* software and its documentation for any purpose and without
  87. |* fee is hereby granted, provided that the above copyright
  88. |* notice appear in all copies.  The University of California
  89. |* makes no representations about the suitability of this
  90. |* software for any purpose.  It is provided "as is" without
  91. |* express or implied warranty.
  92. |*
  93. |* rcs = $Header: netStubs.s,v 2.0 87/08/11 09:31:08 brent Exp $ SPRITE (Berkeley)
  94. |*
  95. @
  96.